Step 10

1) Variable 'y' needs to be initialized before it can be used in the =
statement 'System.out.println(y);' 

2) Cannot compare a variable of type int to a variable of type boolean.
